home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineButton2_253 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-26  |  156 b   |  9 lines

  1. on(release){
  2.    _root.Snmbr = 30;
  3.    _root.freqS = 100;
  4.    _root.goal = 0;
  5.    _root.reward = 800;
  6.    _root.music = 5;
  7.    _root.gotoAndPlay("m1");
  8. }
  9.